home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / programming / other / wild / include / clib / ppct_protos.h < prev    next >
C/C++ Source or Header  |  1999-05-25  |  463b  |  14 lines

  1. #ifndef    CLIB_PPCT_H
  2. #define    CLIB_PPCT_H
  3.  
  4. #include <extensions/ppct.h>
  5.  
  6. struct ppct *MakePPCT(struct TagItem *tags);
  7. void FreePPCT(struct ppct *ppct);
  8. ULONG FallPPCT(struct ppct *ppct,ULONG color);
  9. void ImagePPCT(struct ppct *ppct,ULONG *trueimage,UBYTE *chunkyimage,ULONG numofpixels);
  10. ULONG *PaletteToRGB32(ULONG *palette,ULONG numofcols,ULONG firstcol);
  11. void FreeRGB32(ULONG *rgb32);
  12. ULONG *RGB32ToPalette(ULONG *rgb32);
  13. void FreePalette(ULONG *palette);
  14. #endif